home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Groupcond
- BackColor = &H00C0C0C0&
- Caption = "Group Condition"
- ClientHeight = 6315
- ClientLeft = 1890
- ClientTop = 1455
- ClientWidth = 3585
- Height = 6720
- Left = 1830
- LinkTopic = "Form1"
- ScaleHeight = 6315
- ScaleWidth = 3585
- Top = 1110
- Width = 3705
- Begin SSPanel Panel3D3
- Alignment = 1 'Left Justify - MIDDLE
- BevelInner = 1 'Inset
- BorderWidth = 1
- Height = 1860
- Left = 360
- TabIndex = 8
- Top = 3645
- Width = 2715
- Begin SSFrame Frame3D2
- ForeColor = &H00000000&
- Height = 1005
- Left = 180
- TabIndex = 10
- Top = 630
- Width = 2355
- Begin SSOption Option3D5
- Caption = "Descending"
- Height = 285
- Left = 180
- TabIndex = 3
- Top = 585
- Width = 1365
- End
- Begin SSOption Option3D4
- Caption = "Ascending"
- Height = 240
- Left = 180
- TabIndex = 5
- Top = 225
- Width = 1365
- End
- End
- Begin SSFrame Frame3D1
- ForeColor = &H00000000&
- Height = 465
- Left = 180
- TabIndex = 9
- Top = 90
- Width = 2355
- Begin Label Label3
- BackColor = &H00C0C0C0&
- Caption = "Sort Direction of Group"
- Height = 240
- Left = 180
- TabIndex = 6
- Top = 180
- Width = 2085
- End
- End
- End
- Begin SSPanel Panel3D2
- Alignment = 1 'Left Justify - MIDDLE
- BevelInner = 1 'Inset
- BorderWidth = 1
- Height = 510
- Left = 360
- TabIndex = 2
- Top = 900
- Width = 2805
- Begin TextBox Text1
- Height = 420
- Left = 90
- TabIndex = 7
- Top = 45
- Width = 2625
- End
- End
- Begin SSPanel Panel3D1
- Alignment = 1 'Left Justify - MIDDLE
- BevelInner = 1 'Inset
- BorderWidth = 1
- Height = 2085
- Left = 360
- TabIndex = 1
- Top = 1485
- Width = 2715
- Begin SSFrame Frame3D4
- ForeColor = &H00000000&
- Height = 1320
- Left = 180
- TabIndex = 12
- Top = 585
- Width = 2355
- Begin SSOption Option3D3
- Caption = "Other"
- Height = 240
- Left = 180
- TabIndex = 16
- Top = 900
- Width = 1185
- End
- Begin SSOption Option3D2
- Caption = "Boolean"
- Height = 240
- Left = 180
- TabIndex = 15
- Top = 585
- Width = 1095
- End
- Begin SSOption Option3D1
- Caption = "Date"
- Height = 195
- Left = 180
- TabIndex = 14
- Top = 225
- Width = 1545
- End
- End
- Begin SSFrame Frame3D3
- ForeColor = &H00000000&
- Height = 420
- Left = 180
- TabIndex = 11
- Top = 90
- Width = 2355
- Begin Label Label2
- BackColor = &H00C0C0C0&
- Caption = "Field Type:"
- Height = 195
- Left = 180
- TabIndex = 13
- Top = 135
- Width = 1365
- End
- End
- End
- Begin CommandButton Command1
- Caption = "More >>>>"
- Height = 420
- Left = 360
- TabIndex = 0
- Top = 5580
- Width = 2715
- End
- Begin Label Label1
- BackColor = &H00C0C0C0&
- Caption = "Please enter the name of the field you would like to group on:"
- Height = 420
- Left = 90
- TabIndex = 4
- Top = 315
- Width = 3435
- End
- Sub Command1_Click ()
- DateCond.Show 1
- End Sub
-